home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / multiuser / planets / comet.wrl next >
Text File  |  1996-09-28  |  1KB  |  53 lines

  1. #VRML V2.0 utf8
  2. # Planets World : Last Modified August 12, 1996 for Beta 4a
  3. # Concept Design:       Yoshinao Kambe  <yosh@spiw.com>
  4. # Modeling/Behaviors:   Jai Natarajan  <jai@spiw.com>
  5. # Textures:             Randi Munn
  6. #                       Christopher Janney  <chris@spiw.com>
  7. # Pictures courtesy of NASA
  8. # Music by Sony Music
  9. # Acknowledgements:  Bill Owen, JPL
  10.  
  11. # This document and software is Copyright (C) 1996, 
  12. # Sony Pictures Imageworks
  13.  
  14. # Comet geometry
  15.  
  16.   Transform {
  17.   translation 0 0 0 
  18.   rotation 1 0 0 -1.542
  19.   children [
  20.     Shape {
  21.       appearance Appearance {
  22.         material Material {
  23.           emissiveColor 1 0 0
  24.         }
  25.         texture ImageTexture {
  26.           url [ "textures/cometail.gif" ]
  27.         }
  28.       }
  29.       geometry Cone {height 4
  30.              bottomRadius 0.5}
  31.  
  32.     }
  33.     Transform {
  34.       translation 0 -2 0
  35.       children [
  36.         Shape {
  37.           appearance Appearance {
  38.             material Material {
  39.               emissiveColor 0 0 0.1
  40.               specularColor 0 0 1
  41.               shininess 0
  42.             }
  43.             texture ImageTexture {
  44.               url [ "textures/comet.jpg" ]
  45.             }
  46.           }
  47.           geometry Sphere {radius 0.5}
  48.         }
  49.       ]
  50.     }
  51.   ]
  52. }
  53.